js.dev.cam.sbig
Class JSbigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by js.dev.cam.sbig.JSbigException
All Implemented Interfaces:
java.io.Serializable

public class JSbigException
extends java.lang.Exception

This class which manages all exceptions.

Author:
Soldan
See Also:
Serialized Form

Constructor Summary
JSbigException(ERROR error)
          Constructor.
 
Method Summary
 ERROR getError()
           
static long getSerialVersionUID()
           
 void setError(ERROR error)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSbigException

public JSbigException(ERROR error)
Constructor.

Parameters:
error - the error to set.
Method Detail

getSerialVersionUID

public static long getSerialVersionUID()
Returns:
the serialVersionUID.

getError

public ERROR getError()
Returns:
the error.

setError

public void setError(ERROR error)
Parameters:
error - the error to set.