|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.sensorevent.model.generic.SensorEventException
com.ibm.sensorevent.model.converter.ConverterException
public class ConverterException
ConverterException is the exception type thrown by the converter classes in the sensor event model.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Constructor Summary | |
---|---|
ConverterException()
Constructs a ConverterException |
|
ConverterException(java.lang.String message)
Constructs a ConverterException with the specified message |
|
ConverterException(java.lang.Throwable cause)
Constructs a ConverterException with the specified Throwable |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public ConverterException()
public ConverterException(java.lang.String message)
message
- the exception messagepublic ConverterException(java.lang.Throwable cause)
cause
- the exception Throwable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |