Class InvalidCharacterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.helger.commons.text.codepoint.InvalidCharacterException
-
- All Implemented Interfaces:
Serializable
public class InvalidCharacterException extends RuntimeException
- Author:
- Apache Abdera
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidCharacterException(int nInput)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetInput()StringgetMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getInput
public int getInput()
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
-