org.sourceforge.jemm
Class JEMMInternalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sourceforge.jemm.BaseException
                  extended by org.sourceforge.jemm.JEMMInternalException
All Implemented Interfaces:
java.io.Serializable

public class JEMMInternalException
extends BaseException

This exception is used when the JEMM subsystem suffers from an internal error.

Author:
Rory Graves
See Also:
Serialized Form

Constructor Summary
JEMMInternalException(java.lang.String message)
          JEMMInternalException constructor with a message.
JEMMInternalException(java.lang.String message, java.lang.Throwable cause)
          JEMMInternalException constructor with a message and an underlying cause exception chain.
 
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

JEMMInternalException

public JEMMInternalException(java.lang.String message,
                             java.lang.Throwable cause)
JEMMInternalException constructor with a message and an underlying cause exception chain.

Parameters:
message - The error message
cause - The underlying cause exception.

JEMMInternalException

public JEMMInternalException(java.lang.String message)
JEMMInternalException constructor with a message.

Parameters:
message - The error message.


Copyright © 2009. All Rights Reserved.