Class CharacterIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
de.rpgframework.character.CharacterIOException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCharacterIOException(CharacterIOException.ErrorCode code, String message) CharacterIOException(CharacterIOException.ErrorCode code, String value, String message) CharacterIOException(CharacterIOException.ErrorCode code, String value, String message, String path, Throwable cause) CharacterIOException(CharacterIOException.ErrorCode code, String value, String message, Throwable cause) CharacterIOException(CharacterIOException.ErrorCode code, String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CharacterIOException
-
CharacterIOException
-
CharacterIOException
- Parameters:
message-cause-
-
CharacterIOException
public CharacterIOException(CharacterIOException.ErrorCode code, String value, String message, Throwable cause) - Parameters:
message-cause-
-
CharacterIOException
public CharacterIOException(CharacterIOException.ErrorCode code, String value, String message, String path, Throwable cause) - Parameters:
message-cause-
-
-
Method Details
-
getCode
- Returns:
- the code
-
getValue
- Returns:
- the value
-
getPath
- Returns:
- the path
-
setPath
- Parameters:
path- the path to set
-