com.lonniepryor.blues.sys
Class SystemException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.lonniepryor.blues.util.BluesException
                          |
                          +--com.lonniepryor.blues.sys.SystemException
All Implemented Interfaces:
java.io.Serializable

public class SystemException
extends BluesException

Exception thrown by the system assembeler if it encounters a problem assembling.

Version:
$Revision: 1.1 $
Author:
Lonnie Pryor
See Also:
Serialized Form

Constructor Summary
SystemException()
          Creates a new SystemException object.
SystemException(java.lang.String message)
          Creates a new SystemException object.
SystemException(java.lang.String message, java.lang.Throwable cause)
          Creates a new SystemException object.
SystemException(java.lang.Throwable cause)
          Creates a new SystemException object.
 
Methods inherited from class com.lonniepryor.blues.util.BluesException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

SystemException

public SystemException()
Creates a new SystemException object.


SystemException

public SystemException(java.lang.String message)
Creates a new SystemException object.

Parameters:
message - The error message.

SystemException

public SystemException(java.lang.String message,
                       java.lang.Throwable cause)
Creates a new SystemException object.

Parameters:
message - The error message.
cause - The cause of this exception.

SystemException

public SystemException(java.lang.Throwable cause)
Creates a new SystemException object.

Parameters:
cause - The cause of this exception.


Copyright © 2003 Blues Framework. All Rights Reserved.