org.sourceforge.jemm
Class BaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sourceforge.jemm.BaseException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ClassNotFoundException, CompilerException, DescriptorParsingException, JEMMInternalException

public class BaseException
extends java.lang.RuntimeException

The base of all JEMM exceptions.

Author:
Paul Keeble
See Also:
Serialized Form

Constructor Summary
BaseException(java.lang.String message)
          BaseException constructor with a message.
BaseException(java.lang.String message, java.lang.Throwable throwable)
          BaseException 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

BaseException

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

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

BaseException

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

Parameters:
message - The error message.


Copyright © 2009. All Rights Reserved.