Package org.jboss.jca.as.converters
Class ParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jboss.jca.as.converters.ParserException
-
- All Implemented Interfaces:
Serializable
public class ParserException extends Exception
NotSupportException- Version:
- $Revision: $
- Author:
- Jeff Zhang
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParserException()Constructs a new instance with null as its detail message.ParserException(String message)Constructs a new instance with the specified detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ParserException
public ParserException()
Constructs a new instance with null as its detail message.
-
ParserException
public ParserException(String message)
Constructs a new instance with the specified detail message.- Parameters:
message- the detail message.
-
-