Class InvalidCharacterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.cornell.mannlib.vitro.webapp.filestorage.impl.InvalidCharacterException
-
- All Implemented Interfaces:
Serializable
public class InvalidCharacterException extends RuntimeException
Indicates that an object ID contains an invalid character.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidCharacterException(char invalid, int position, String context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidCharacterException
public InvalidCharacterException(char invalid, int position, String context)
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
-