Exception
classin packageklyn
public class Exception extends Object:
└ Exception
Par défaut, il n'y a pas d'obligatoire de dire ce que l'on fait en cas de déclenchement d'exceptions. klyn -e (--exception) On force le traitement des exceptions non UncheckedException
Properties
Modifier and Type Member Description
public property message
message as String
No summary.
Properties inherited from Object: type
Constructors
Modifier and Type Member Description
public Exception
Exception(message as String = ""):
Constructor for Exception.
Methods
Modifier and Type Member Description
public override method toString
toString() as String:
Returns the string representation of this exception.
Methods inherited from Object: fromJson, toDict, toJson, toString, toXml