|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.powerml.InvalidFormatException
This exception is thrown if the PresentationParser encounters an error while
parsing a file. It contains the Throwable instance which
caused this exception to be thrown, actually being a wrapper for the error cause.
| Constructor Summary | |
InvalidFormatException(java.lang.String message)
Creates a new InvalidFormatException instance with the specified detail message. |
|
InvalidFormatException(java.lang.String message,
java.lang.Throwable cause)
Creates a new InvalidFormatException instance with the specified detail message and cause. |
|
InvalidFormatException(java.lang.Throwable cause)
Creates a new InvalidFormatException instance with the specified cause. |
|
| 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public InvalidFormatException(java.lang.String message)
message - detail message of the exception
public InvalidFormatException(java.lang.String message,
java.lang.Throwable cause)
message - the exception's detail messagecause - the exception's causepublic InvalidFormatException(java.lang.Throwable cause)
cause - the exception's cause
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||