org.ow2.jasmine.jadort.client
Class JadortServiceExceptionWithInfo

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.jasmine.jadort.client.JadortServiceExceptionWithInfo
All Implemented Interfaces:
java.io.Serializable

public class JadortServiceExceptionWithInfo
extends java.lang.Exception

This exception class is the one that ActionScript likes, since it uses getInfo() and not Throwable.getMessage().

Author:
Malek Chahine, Remy Bresson, S. Ali Tokmen
See Also:
Serialized Form

Constructor Summary
JadortServiceExceptionWithInfo(java.lang.String info)
           
 
Method Summary
 java.lang.String getInfo()
          Returns this exception's info
 void setInfo(java.lang.String info)
          Sets this exception's info
 
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

JadortServiceExceptionWithInfo

public JadortServiceExceptionWithInfo(java.lang.String info)
Method Detail

getInfo

public java.lang.String getInfo()
Returns this exception's info

Returns:
JaDOrT Information about the exception

setInfo

public void setInfo(java.lang.String info)
Sets this exception's info

Parameters:
info - Information about the exception


Copyright © 2009 OW2 Consortium. All Rights Reserved.