Class UnsupportedDigitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- UnsupportedDigitException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedDigitException extends RuntimeException
This exception is thrown by the methods implementing interface com.opencloud.slee.resources.in.datatypes.StringCodec if the codec does not have a mapping for a particular digit with which it has been supplied.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedDigitException(String message)
Create a newUnsupportedDigitException
with an explanatory message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedDigitException
public UnsupportedDigitException(String message)
Create a newUnsupportedDigitException
with an explanatory message.- Parameters:
message
- the explanation
-
-