org.expasy.jpl.commons.base
Class EditorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.expasy.jpl.commons.base.EditorException
All Implemented Interfaces:
Serializable

public final class EditorException
extends RuntimeException

This exception is thrown by a Editor when an object cannot been correctly edited.

Version:
1.0
Author:
nikitin
See Also:
Serialized Form

Constructor Summary
EditorException()
          Empty constructor.
EditorException(String message)
          Constructs a new EditorException object.
EditorException(String message, Throwable cause)
           
EditorException(Throwable cause)
           
 
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()
Empty constructor.


EditorException

public EditorException(String message)
Constructs a new EditorException object.

Parameters:
message - gives a more precise reason about occurring exception.

EditorException

public EditorException(Throwable cause)
Parameters:
cause - the cause throwing this exception.

EditorException

public EditorException(String message,
                       Throwable cause)
Parameters:
message - gives a more precise reason about occurring exception.
cause - the cause throwing this exception.


Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.