com.admc.jamama
Class JamamaException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.admc.jamama.JamamaException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Done, UndefinedNameException, UnsupportedClassException

public class JamamaException
extends java.lang.Exception

Generic Exception for Jamama-specific use. This is subclassed by many more specific Jamama exceptions.

Version:
$Revision: 1.3 $
Author:
Blaine Simpson
See Also:
Serialized Form

Constructor Summary
JamamaException()
           
JamamaException(java.lang.String s)
           
JamamaException(java.lang.String s, java.lang.Throwable t)
           
JamamaException(java.lang.Throwable t)
           
 
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

JamamaException

public JamamaException()
See Also:
Exception

JamamaException

public JamamaException(java.lang.String s)
See Also:
Exception

JamamaException

public JamamaException(java.lang.Throwable t)
See Also:
Exception

JamamaException

public JamamaException(java.lang.String s,
                       java.lang.Throwable t)
See Also:
Exception