Package org.medcare.igtl.util
Class CrcException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.medcare.igtl.util.CrcException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a FormatException with no detail message.Constructs a FormatException with the specified detail message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CrcException
public CrcException()Constructs a FormatException with no detail message. -
CrcException
Constructs a FormatException with the specified detail message- Parameters:
s
- the detail message
-