org.extex.pdf.api.exception
Class PdftexException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.extex.core.exception.GeneralException
              extended by org.extex.core.exception.helping.HelpingException
                  extended by org.extex.pdf.api.exception.PdftexException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PdftexActionTypeException, PdftexDestinationTypeException, PdftexIdentifierTypeException

public class PdftexException
extends HelpingException

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
  PdftexException()
          Creates a new object.
protected PdftexException(Localizer theLocalizer, java.lang.String messageTag)
          Creates a new object with two variable arguments.
protected PdftexException(Localizer theLocalizer, java.lang.String messageTag, java.lang.String a1)
          Creates a new object with two variable arguments.
protected PdftexException(Localizer theLocalizer, java.lang.String messageTag, java.lang.String a1, java.lang.String a2)
          Creates a new object with two variable arguments.
protected PdftexException(Localizer theLocalizer, java.lang.String messageTag, java.lang.String a1, java.lang.String a2, java.lang.String a3)
          Creates a new object with three variable arguments.
  PdftexException(java.lang.String primitive)
          Creates a new object.
 
Method Summary
 
Methods inherited from class org.extex.core.exception.helping.HelpingException
getHelp, getLocalizedMessage
 
Methods inherited from class org.extex.core.exception.GeneralException
getLocalizer, isProcessed, setProcessed
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, 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

PdftexException

public PdftexException()
Creates a new object.


PdftexException

public PdftexException(java.lang.String primitive)
Creates a new object.

Parameters:
primitive - the name of the primitive in action

PdftexException

protected PdftexException(Localizer theLocalizer,
                          java.lang.String messageTag,
                          java.lang.String a1,
                          java.lang.String a2,
                          java.lang.String a3)
Creates a new object with three variable arguments.

Parameters:
messageTag - the message
a1 - the first argument
a2 - the second argument
a3 - the third argument
theLocalizer - the localizer to use

PdftexException

protected PdftexException(Localizer theLocalizer,
                          java.lang.String messageTag,
                          java.lang.String a1,
                          java.lang.String a2)
Creates a new object with two variable arguments.

Parameters:
messageTag - the message
a1 - the first argument
a2 - the second argument
theLocalizer - the localizer to use

PdftexException

protected PdftexException(Localizer theLocalizer,
                          java.lang.String messageTag,
                          java.lang.String a1)
Creates a new object with two variable arguments.

Parameters:
messageTag - the message
a1 - the first argument
theLocalizer - the localizer to use

PdftexException

protected PdftexException(Localizer theLocalizer,
                          java.lang.String messageTag)
Creates a new object with two variable arguments.

Parameters:
messageTag - the message
theLocalizer - the localizer to use