public class UnknownTypeException extends Exception
Constructor and Description |
---|
UnknownTypeException(Object node)
Creates a new instance of exception for given node.
|
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnknownTypeException(Object node)
node
- a node of unknown typepublic String getMessage()
getMessage
in class Throwable