org.extex.pdf.api.exception
Class PdftexUnsupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.extex.core.exception.GeneralException
org.extex.interpreter.exception.InterpreterException
org.extex.pdf.api.exception.PdftexUnsupportedException
- All Implemented Interfaces:
- java.io.Serializable
public class PdftexUnsupportedException
- extends InterpreterException
This exception is raised when a pdfTeX primitive is used
without being in PDF mode.
- Version:
- $Revision: 4732 $
- Author:
- Gerd Neugebauer
- See Also:
- Serialized Form
|
Field Summary |
protected static long |
serialVersionUID
The field serialVersionUID contains the id for serialization. |
|
Method Summary |
java.lang.String |
getMessage()
Returns the detail message string of this throwable. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
protected static final long serialVersionUID
- The field serialVersionUID contains the id for serialization.
- See Also:
- Constant Field Values
PdftexUnsupportedException
public PdftexUnsupportedException()
- Creates a new object.
PdftexUnsupportedException
public PdftexUnsupportedException(java.lang.String primitive)
- Creates a new object.
- Parameters:
primitive - the name of the primitive in action
getMessage
public java.lang.String getMessage()
- Returns the detail message string of this throwable.
- Overrides:
getMessage in class java.lang.Throwable
- Returns:
- the detail message string of this Throwable instance
(which may be null).
- See Also:
Throwable.getMessage()