org.gcube.data.tml.exceptions
Class UnknownTreeException

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

@Unrecoverable
@StreamContingency
@WebFault(name="UnknownTreeFault")
public class UnknownTreeException
extends Exception

Raised by TReaders and TWriters when input identifiers do not identify trees.

Author:
Fabio Simeoni
See Also:
Serialized Form

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

UnknownTreeException

public UnknownTreeException()
Creates an instance.


UnknownTreeException

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

Parameters:
msg - the message

UnknownTreeException

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

Parameters:
msg - the message
cause - the cause

UnknownTreeException

public UnknownTreeException(Throwable cause)
Creates an instance with a given cause.

Parameters:
cause - the cause


Copyright © 2014. All Rights Reserved.