de.intarsys.cwt.font.truetype
Class TrueTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.intarsys.cwt.font.truetype.TrueTypeException
All Implemented Interfaces:
java.io.Serializable

public class TrueTypeException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
TrueTypeException()
           
TrueTypeException(java.lang.String message)
           
TrueTypeException(java.lang.String message, java.lang.Throwable cause)
           
TrueTypeException(java.lang.Throwable cause)
           
 
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

TrueTypeException

public TrueTypeException()

TrueTypeException

public TrueTypeException(java.lang.String message)

TrueTypeException

public TrueTypeException(java.lang.String message,
                         java.lang.Throwable cause)

TrueTypeException

public TrueTypeException(java.lang.Throwable cause)