ca.sqlpower.architect
Class ArchitectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
|
| 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 |
cause
protected java.lang.Throwable cause
ArchitectException
public ArchitectException(java.lang.String message)
ArchitectException
public ArchitectException(java.lang.String message,
java.lang.Throwable cause)
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