edu.ucsb.cs.jicos.services
Class JicosException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.ucsb.cs.jicos.services.JicosException
All Implemented Interfaces:
java.io.Serializable

public final class JicosException
extends java.lang.Exception

If a JicosException is thrown, then an unexpected runtime exception was thrown - a bug in Jicos - that prevents the client's application from proceeding. Please report the exception, including the stack trace, to the Jicos team (the mail link on the Jicos web site).

Author:
Pete Cappello
See Also:
Serialized Form

Constructor Summary
JicosException(java.lang.String 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

JicosException

public JicosException(java.lang.String message)
Parameters:
message -


Jicos: http://cs.ucsb.edu/projects/jicos