pl.edu.agh.cast.editor
Class EditorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by pl.edu.agh.cast.editor.EditorException
All Implemented Interfaces:
Serializable

public class EditorException
extends Exception

Base editor exception class.

Author:
AGH CAST Team
See Also:
Serialized Form

Constructor Summary
EditorException()
          Default empty constructor.
EditorException(String message)
          Constructor.
EditorException(String message, Throwable cause)
          Constructor.
EditorException(Throwable cause)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

EditorException

public EditorException()
Default empty constructor.


EditorException

public EditorException(String message)
Constructor.

Parameters:
message - the detail message

EditorException

public EditorException(Throwable cause)
Constructor.

Parameters:
cause - Throwable that caused this exception

EditorException

public EditorException(String message,
                       Throwable cause)
Constructor.

Parameters:
message - the detail message
cause - Throwable that caused this exception


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.