java.lang.Object
java.lang.Throwable
java.lang.Exception
org.biomage.Common.MAGEException
- All Implemented Interfaces:
- java.io.Serializable
- public class MAGEException
- extends java.lang.Exception
Nested classes inherited from class java.lang.Throwable |
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MAGEException
public MAGEException(java.lang.String s)
- Description:
Constructor for the MAGEException object.
MAGEException
public MAGEException()
- Description:
Default constructor for the MAGEException object.
MAGEException
public MAGEException(java.lang.Throwable t,
java.lang.String location)
- Description:
Specialized constructor for the MAGEException object. If the
type of the throwable is already a MAGEException, simply uses
that string. If it is not a MAGEException, constructs a new
message by concatenating location with the string associated
with the Throwable.