se.cambio.cds.util.exceptions
Class InternalErrorException

Package class diagram package InternalErrorException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by se.cambio.cds.util.exceptions.InternalErrorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CompilationErrorException, FolderNotFoundException

public class InternalErrorException
extends Exception

See Also:
Serialized Form

Constructor Summary
InternalErrorException(Exception exception)
           
 
Method Summary
 Exception getEncapsulatedException()
           
 String getMessage()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream printStream)
           
 void printStackTrace(PrintWriter printWriter)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InternalErrorException

public InternalErrorException(Exception exception)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getEncapsulatedException

public Exception getEncapsulatedException()

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream printStream)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter printWriter)
Overrides:
printStackTrace in class Throwable


Copyright © 2013 Cambio. All Rights Reserved.