org.extex.framework
Class RegistrarException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.io.ObjectStreamException
                  extended by org.extex.framework.RegistrarException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RegistrarFontNotFoundException

public class RegistrarException
extends java.io.ObjectStreamException

This exception is used when the loader detects some problem.

Version:
$Revision: 6802 $
Author:
Gerd Neugebauer
See Also:
Serialized Form

Constructor Summary
RegistrarException()
          Creates a new object.
RegistrarException(java.lang.String message)
          Creates a new object.
RegistrarException(java.lang.Throwable cause)
          Creates a new object.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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
 

Constructor Detail

RegistrarException

public RegistrarException()
Creates a new object.


RegistrarException

public RegistrarException(java.lang.String message)
Creates a new object.

Parameters:
message - the message

RegistrarException

public RegistrarException(java.lang.Throwable cause)
Creates a new object.

Parameters:
cause - the cause