|
fop 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.fop.afp.fonts.FontRuntimeException
A runtime exception for handling fatal errors in processing fonts.
Constructor Summary | |
FontRuntimeException(java.lang.String msg)
Constructs a FontRuntimeException with the specified message. |
|
FontRuntimeException(java.lang.String msg,
java.lang.Throwable t)
Constructs a FontRuntimeException with the specified message wrapping the underlying exception. |
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 |
public FontRuntimeException(java.lang.String msg)
msg
- the exception mesaagepublic FontRuntimeException(java.lang.String msg, java.lang.Throwable t)
msg
- the exception mesaaget
- the underlying exception
|
fop 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |