Package de.neuland.jade4j.util
Class CharacterParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.neuland.jade4j.util.CharacterParserException
-
- All Implemented Interfaces:
java.io.Serializable
public class CharacterParserException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CharacterParserException(java.lang.String message)
Constructs a new runtime exception with the specified detail message.
-
-
-
Constructor Detail
-
CharacterParserException
public CharacterParserException(java.lang.String message)
Constructs a new runtime exception with the specified detail message. The cause is not initialized, and may subsequently be initialized by a call toThrowable.initCause(java.lang.Throwable)
.- Parameters:
message
- the detail message. The detail message is saved for later retrieval by theThrowable.getMessage()
method.
-
-