java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.aoapps.lang.io.LocalizedIOException
com.aoapps.encoding.InvalidCharacterException
- All Implemented Interfaces:
LocalizedException
,Serializable
Exception thrown when an invalid character is detected.
- Author:
- AO Industries, Inc.
- See Also:
-
Field Summary
Fields inherited from class com.aoapps.lang.io.LocalizedIOException
args, key, resources
-
Constructor Summary
ConstructorDescriptionInvalidCharacterException
(Resources resources, String key, Serializable... args) InvalidCharacterException
(Throwable cause, Resources resources, String key, Serializable... args) -
Method Summary
Methods inherited from class com.aoapps.lang.io.LocalizedIOException
getArgs, getKey, getLocalizedMessage, getResources
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidCharacterException
-
InvalidCharacterException
public InvalidCharacterException(Throwable cause, Resources resources, String key, Serializable... args)
-