com.ibm.ram.common.data.exception
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.ram.common.data.exception.ParseException
All Implemented Interfaces: java.io.Serializable
public class ParseException extends java.lang.Exception
Thrown when objects that are sent from clients cannot be parsed.
For example, a parse exception occurs when a manifest cannot be
converted into an EMF object.
Since:
7.1
See Also: Serialized Form
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
ParseException
public ParseException ()
Since:
7.1
ParseException
public ParseException (java.lang.String message)
Parameters: uri - message - e - Since:
7.1
getMessage
public java.lang.String getMessage ()
Overrides: getMessage in class java.lang.Throwable
Returns: Returns the message. Since:
7.1
setMessage
public void setMessage (java.lang.String message)
Parameters: message - The message to set.Since:
7.1