com.alibaba.fastjson.asm
Class ASMException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.alibaba.fastjson.JSONException
                  extended by com.alibaba.fastjson.asm.ASMException
All Implemented Interfaces:
Serializable

public class ASMException
extends JSONException

See Also:
Serialized Form

Constructor Summary
ASMException(String message)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASMException

public ASMException(String message)


Copyright © 2012 Alibaba Group. All Rights Reserved.