org.extex.pdf.api.exception
Class PdftexUnsupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.extex.core.exception.GeneralException
              extended by org.extex.interpreter.exception.InterpreterException
                  extended by 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.
 
Constructor Summary
PdftexUnsupportedException()
          Creates a new object.
PdftexUnsupportedException(java.lang.String primitive)
          Creates a new object.
 
Method Summary
 java.lang.String getMessage()
          Returns the detail message string of this throwable.
 
Methods inherited from class org.extex.interpreter.exception.InterpreterException
getLocalizer
 
Methods inherited from class org.extex.core.exception.GeneralException
getHelp, isProcessed, setProcessed
 
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
 

Field Detail

serialVersionUID

protected static final long serialVersionUID
The field serialVersionUID contains the id for serialization.

See Also:
Constant Field Values
Constructor Detail

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
Method Detail

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()