ca.sqlpower.architect
Class ArchitectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ca.sqlpower.architect.ArchitectException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ArchitectDiffException, DuplicateColumnException, UnknownDatabaseTypeException

public class ArchitectException
extends java.lang.Exception
implements java.io.Serializable

A general exception class for the Architect application.

See Also:
Serialized Form

Field Summary
protected  java.lang.Throwable cause
           
 
Constructor Summary
ArchitectException(java.lang.String message)
           
ArchitectException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream out)
           
 void printStackTrace(java.io.PrintWriter out)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cause

protected java.lang.Throwable cause
Constructor Detail

ArchitectException

public ArchitectException(java.lang.String message)

ArchitectException

public ArchitectException(java.lang.String message,
                          java.lang.Throwable cause)
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter out)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream out)
Overrides:
printStackTrace in class java.lang.Throwable


Copyright © 2003-2007 SQL Power Group Inc. www.sqlpower.ca