cello.tablet
Class JTabletException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cello.tablet.JTabletException
All Implemented Interfaces:
java.io.Serializable

public class JTabletException
extends java.lang.Exception

Class that handles JTablet exceptions. This class is used internally by JTablet to handle hardware and software errors.

See Also:
Serialized Form

Constructor Summary
JTabletException(java.lang.String message)
          Constructs a new JTabletException with a given error message.
 
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
 

Constructor Detail

JTabletException

public JTabletException(java.lang.String message)
Constructs a new JTabletException with a given error message.