Searched defs:cause (Results 1 – 5 of 5) sorted by relevance
30 public SimException(Throwable cause) { in SimException()34 public SimException(String message, Throwable cause) { in SimException()
30 public ParseException(Throwable cause) { in ParseException()34 public ParseException(String message, Throwable cause) { in ParseException()
30 public MutabilityException(Throwable cause) { in MutabilityException()34 public MutabilityException(String message, Throwable cause) { in MutabilityException()
28 public MutabilityException(Throwable cause) { in MutabilityException()32 public MutabilityException(String message, Throwable cause) { in MutabilityException()
67 public ExceptionWithContext(Throwable cause) { in ExceptionWithContext()77 public ExceptionWithContext(String message, Throwable cause) { in ExceptionWithContext()