org.gcube.data.tml.exceptions
Class InvalidTreeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gcube.data.tml.exceptions.InvalidTreeException
All Implemented Interfaces:
Serializable

@Unrecoverable
public class InvalidTreeException
extends Exception

Raised when trees do not match expectations.

Author:
Fabio Simeoni
See Also:
Serialized Form

Constructor Summary
InvalidTreeException()
          Creates an instance.
InvalidTreeException(String msg)
          Creates an instance with given message.
InvalidTreeException(String msg, Throwable cause)
          Creates an instance with a given message and cause.
InvalidTreeException(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

InvalidTreeException

public InvalidTreeException()
Creates an instance.


InvalidTreeException

public InvalidTreeException(String msg)
Creates an instance with given message.

Parameters:
msg - the message

InvalidTreeException

public InvalidTreeException(String msg,
                            Throwable cause)
Creates an instance with a given message and cause.

Parameters:
msg - the message
cause - the cause

InvalidTreeException

public InvalidTreeException(Throwable cause)


Copyright © 2012. All Rights Reserved.