Class UnsupportedEncoderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pentaho.reporting.libraries.base.util.StackableException
org.pentaho.reporting.libraries.base.encoder.UnsupportedEncoderException
- All Implemented Interfaces:
java.io.Serializable
Todo: Document Me
- Author:
- Thomas Morgner
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedEncoderException
(java.lang.String message) UnsupportedEncoderException
(java.lang.String message, java.lang.Throwable ex) -
Method Summary
Methods inherited from class org.pentaho.reporting.libraries.base.util.StackableException
getMessage, getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
UnsupportedEncoderException
public UnsupportedEncoderException() -
UnsupportedEncoderException
public UnsupportedEncoderException(java.lang.String message, java.lang.Throwable ex) -
UnsupportedEncoderException
public UnsupportedEncoderException(java.lang.String message)
-